ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. promiscuous mode
    Log in to post
    • All categories
    • thwrT

      Solved SoftEther VPN server in CentOS 7 Hyper-V 2012R2 VM

      IT Discussion
      • softether hyper-v promiscuous mode routing nat • • thwr
      4
      1
      Votes
      4
      Posts
      3.2k
      Views

      thwrT

      Bridging issue solved, kind of a Late-Friday-Problem: Promiscuous mode was turned on, but on the wrong interface - the DMZ facing one.

      It worked instantly the second I switched it off on the DMZ and instead turned it on on the target network interface.

      How to turn on MAC spoofing / Promiscuous mode on Hyper-V using PowerShell

      Get-VM -Name XXXXX | Get-VMNetworkAdapter | Where-Object { $_.MacAddress -eq "XXXXXXXX" } | Set-VMNetworkAdapter -MacAddressSpoofing On
    • DashrenderD

      Promiscusous mode - when to use it?

      IT Discussion
      • promiscuous mode • • Dashrender
      6
      0
      Votes
      6
      Posts
      936
      Views

      stacksofplatesS

      @Dashrender said:

      @johnhooks said:

      @Dashrender said:

      only if you are trying to monitor everything on a network connection - and that it requires the use of port mirroring on the switch to be of any use.

      If you ARP spoof you don't need that.

      Is this a practical troubleshooting process? Spoofing MACs?

      Oh no, not practical for troubleshooting. I was just pointing out it can be done without needing access to the switch. I wasn't trying to correct you, just pointing it out for anyone else reading through.

    • IT-ADMINI

      cannot get promiscuous mode to work with xenserver

      IT Discussion
      • xen xenserver networking xenserver 6.5 promiscuous mode • • IT-ADMIN
      13
      2
      Votes
      13
      Posts
      4.8k
      Views

      J

      @it-admin 4 years later, I encountered the same issue that you did.

      The solution for me was do do a PCI passthrough of the physical NIC directly to the VM. This bypasses all virtual switching inside Citrix Hypervisor. I posted the exact steps to implement PCI passthrough on Citrix Hypervisor 8.2 here:

      https://discussions.citrix.com/topic/414458-open-vswitch-not-passing-all-traffic-from-pif-to-vif/

    • 1 / 1